home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 058 (1988-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 058 (1988-05-15)(Ossowski, Stefan)(DE)(PD).adf / WBDepth / WBDepth.doc < prev    next >
Text File  |  1988-04-21  |  3KB  |  59 lines

  1.  
  2.     Have you read the info on how to modify KickStart disk so that
  3. you can have 8 colors on the Workbench? Interesting, isn't it?
  4.  
  5.     The unfortunate things are you, 500 & 2000 & kickstart on the rom
  6. owners, are left in the cold, and it is a hassle if you want to change
  7. the depth back and forward (i.e. you need to reboot with different
  8. kickstart disk everytime).
  9.  
  10.     Well, here comes 'WBDepth' to the rescue....
  11. What WBDepth does is simply changes the number of planes of the WB screen
  12. on the fly. No need to reboot, no need to bother with kickstart disk.
  13.  
  14. Usage:
  15.     WBDepth [number]
  16. Example:
  17.     WBDepth        -> will show the current WB screen parameters
  18.     WBDepth ?    -> will show the usage
  19.     WBDepth 1    -> change to 1 planes (2 colors)
  20.     WBDepth 2    -> change to 2 planes (4 colors), standard
  21.     WBDepth    3    -> change to 3 planes (8 colors)
  22.     WBDepth 4    -> don't try it, unless you are ready to reboot
  23.  
  24.     This is CLI only program, [number] is a single digit number 1-5.
  25. However, don't use number greater than 3. The ability to use the number
  26. greater than 3 is just there to show that the system will screw up,
  27. and will hang, and perhaps will guru (CATS: what is wrong here ?).
  28. If you want speed use 1, and if you want fanciness use 3 (8 colors).
  29.  
  30.     To see the speed variation, here some timing for 'Type'ing a
  31. 4000 bytes text file on CLI (Blitzfonts installed).
  32.     3 planes: 15   seconds
  33.     2 planes:  9   seconds
  34.     1 plane :  5.5 seconds
  35. (note: no wonder if 'Blitz' can go that fast, being written is assembly
  36. plus only using 1 plane for sure will help the speedup).
  37.  
  38.     8 colors will be suitable for self-bootable graphics demo disk.
  39. In that case you might need to grab 'SetColor' on the 'WBench8.arc'
  40. (this arc file contains the infomation on how to modify the kickstart
  41. disk to get 8 colors, and some utility programs). Setcolor will allow
  42. you the change the extra 4 colors (color 4-7) automatically. For
  43. manual changes you can use 'PopColor' or 'ColorDemo'.
  44.  
  45.     All programs mention here are PD or Shareware, and so does this
  46. program. It is a Public Domain, dedicated to ALL PD and SHAREWARE authors.
  47. Thanks for writing GREAT programs for this GREAT machine that we all LOVE.
  48.     Also thanks to Sysops across the nation for keeping PD programs
  49. distributed. I know it is a dirty job, but somebody got to do it.
  50.  
  51.     Finally to you all, AMIGA users, Merry Christmas!!!
  52.  
  53. - Give a big favor will you, spread this program around. Danke!
  54. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. WBDepth (c) Copyright 1987 by Andry Rachmat
  56.  
  57. Plink: A*Rachmat
  58. Other BBSes: I might be there.
  59.